home *** CD-ROM | disk | FTP | other *** search
-
- SQDiffuse.svoperator
-
- © 1995 by Steve Quartly.
-
- FREEWARE. All rights reserved.
-
- Version : 1.0
- Release Date : 01.09.1995
-
-
- Requirements
- ~~~~~~~~~~~~
- - OS V2.04+ (V37)+ and its libraries
- - superviewsupport.library V5+
-
- Description
- ~~~~~~~~~~~
- SQDiffuse.svoperator is an external SV_GfxBuffer modification module
- for superview.library.
-
- This operator creates an effect as if the image was exploded pixel by
- pixel.
-
- A PERCENTAGE=10 control pad setting gives a very nice effect, the image
- is still recognizable. While a PERCENTAGE=100 is just a mess.... but a
- nice one!
-
- ControlPad-Switches
- ~~~~~~~~~~~~~~~~~~~
- ControlPad-Name : "ENV:superview-library/SQDiffuse.controlpad"
- ControlPad-Commands : - PERCENTAGE=<1..100>
- ; This the percentage of Diffuse to be applied.
- ;
- ; The following controlpads allow you to apply
- ; this operator to a rectangular region of the
- ; image.
- - LEFTEDGE=<Value>
- ; crop from x position
- ; (will be adjusted, if >= source width)
- - TOPEDGE=<Value>
- ; crop from y position
- ; (will be adjusted, if >= source height)
- - WIDTH=<Value>
- ; crop how many x pixels from leftedge
- ; (will be adjusted, if too large)
- - HEIGHT=<Value>
- ; crop how many y pixels from topedge
- ; (will be adjusted, if too large)
-
- Author
- ~~~~~~
- Steve Quartly
- 1280 Stevens St
- MUNDARING
- Western Australia steveq@sndcrft.DIALix.oz.au
-
- History
- ~~~~~~~
- V1.0 (01.09.1995) :
-
- - first public release
-
- V3.1 (1.1.1996) :
-
- - added progress indicator support
-